[INFO] cloning repository https://github.com/IrregularCelery/padpad.software
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/IrregularCelery/padpad.software" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIrregularCelery%2Fpadpad.software", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIrregularCelery%2Fpadpad.software'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a824d6930c822c2b4d2b5d7c5c906c43906d6e41
[INFO] checking IrregularCelery/padpad.software against try#d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-24
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIrregularCelery%2Fpadpad.software" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/IrregularCelery/padpad.software
[INFO] finished tweaking git repo https://github.com/IrregularCelery/padpad.software
[INFO] tweaked toml for git repo https://github.com/IrregularCelery/padpad.software written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/IrregularCelery/padpad.software on toolchain d0ab665d12770dbaae620b539ee4319b83445f45
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/IrregularCelery/padpad.software already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0cd6c7027e8be5b2fb292f531fd07e026c958e592e6a742b958ba2bb9e35556e
[INFO] running `Command { std: "docker" "start" "0cd6c7027e8be5b2fb292f531fd07e026c958e592e6a742b958ba2bb9e35556e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0cd6c7027e8be5b2fb292f531fd07e026c958e592e6a742b958ba2bb9e35556e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0cd6c7027e8be5b2fb292f531fd07e026c958e592e6a742b958ba2bb9e35556e" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0cd6c7027e8be5b2fb292f531fd07e026c958e592e6a742b958ba2bb9e35556e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0cd6c7027e8be5b2fb292f531fd07e026c958e592e6a742b958ba2bb9e35556e" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]    Compiling winnow v0.6.16
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling version-compare v0.2.0
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]    Compiling cc v1.1.6
[INFO] [stderr]     Checking libloading v0.8.5
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling wayland-sys v0.31.4
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking parking v2.2.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking fastrand v2.1.0
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]     Checking event-listener v5.3.1
[INFO] [stderr]    Compiling quick-xml v0.34.0
[INFO] [stderr]    Compiling wayland-client v0.31.5
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking event-listener-strategy v0.5.2
[INFO] [stderr]     Checking futures-lite v2.3.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling endi v1.1.0
[INFO] [stderr]    Compiling wayland-backend v0.3.6
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling wayland-scanner v0.31.4
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]     Checking piper v0.2.3
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]     Checking ttf-parser v0.24.0
[INFO] [stderr]     Checking cpufeatures v0.2.12
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking async-fs v2.1.2
[INFO] [stderr]     Checking async-executor v1.13.0
[INFO] [stderr]     Checking async-broadcast v0.7.1
[INFO] [stderr]     Checking xdg-home v1.2.0
[INFO] [stderr]     Checking memmap2 v0.9.4
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling xml-rs v0.8.20
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking xcursor v0.3.6
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking accesskit v0.17.1
[INFO] [stderr]    Compiling gio v0.18.4
[INFO] [stderr]     Checking arrayref v0.3.8
[INFO] [stderr]    Compiling zvariant_utils v2.1.0
[INFO] [stderr]     Checking owned_ttf_parser v0.24.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking ab_glyph v0.2.28
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]     Checking foldhash v0.1.3
[INFO] [stderr]    Compiling anyhow v1.0.93
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking tinyvec v1.8.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking immutable-chunkmap v2.0.6
[INFO] [stderr]    Compiling winit v0.30.5
[INFO] [stderr]    Compiling built v0.7.5
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking aligned-vec v0.5.0
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking miniz_oxide v0.7.4
[INFO] [stderr]     Checking v_frame v0.3.8
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling enumflags2_derive v0.7.10
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling bytemuck_derive v1.7.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking wayland-protocols v0.32.3
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]     Checking bytemuck v1.20.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling async-trait v0.1.81
[INFO] [stderr]     Checking polling v3.7.2
[INFO] [stderr]    Compiling profiling-procmacros v1.0.16
[INFO] [stderr]     Checking async-io v2.3.3
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking profiling v1.0.16
[INFO] [stderr]     Checking wayland-cursor v0.31.5
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking emath v0.30.0
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking ecolor v0.30.0
[INFO] [stderr]     Checking accesskit_consumer v0.26.0
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.0
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.0
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking epaint_default_fonts v0.30.0
[INFO] [stderr]     Checking dpi v0.1.1
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking epaint v0.30.0
[INFO] [stderr]     Checking flate2 v1.0.30
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.3
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.3
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking av1-grain v0.2.3
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]    Compiling glutin v0.32.1
[INFO] [stderr]     Checking enumflags2 v0.7.10
[INFO] [stderr]     Checking quick-xml v0.30.0
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling gtk v0.18.1
[INFO] [stderr]    Compiling toml_datetime v0.6.7
[INFO] [stderr]    Compiling serde_spanned v0.6.7
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]    Compiling toml_edit v0.22.17
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr]    Compiling toml_edit v0.20.7
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking bitstream-io v2.6.0
[INFO] [stderr]     Checking imgref v1.11.0
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking weezl v0.1.8
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]     Checking egui v0.30.0
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]    Compiling proc-macro-crate v3.1.0
[INFO] [stderr]    Compiling toml v0.8.16
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]    Compiling zvariant_derive v4.2.0
[INFO] [stderr]    Compiling proc-macro-crate v2.0.0
[INFO] [stderr]    Compiling zbus_macros v4.4.0
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling glib-macros v0.18.5
[INFO] [stderr]    Compiling glib-sys v0.18.1
[INFO] [stderr]    Compiling gobject-sys v0.18.0
[INFO] [stderr]    Compiling gio-sys v0.18.1
[INFO] [stderr]    Compiling zvariant v4.2.0
[INFO] [stderr]    Compiling gdk-sys v0.18.0
[INFO] [stderr]    Compiling pango-sys v0.18.0
[INFO] [stderr]    Compiling atk-sys v0.18.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.18.2
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.18.0
[INFO] [stderr]    Compiling gtk-sys v0.18.0
[INFO] [stderr]    Compiling gtk3-macros v0.18.0
[INFO] [stderr]     Checking zbus_names v3.0.0
[INFO] [stderr]     Checking fdeflate v0.3.4
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]    Compiling hidapi v2.6.3
[INFO] [stderr]     Checking avif-serialize v0.8.2
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking rgb v0.8.50
[INFO] [stderr]     Checking zbus_xml v4.0.0
[INFO] [stderr]     Checking glib v0.18.5
[INFO] [stderr]     Checking zbus v4.4.0
[INFO] [stderr]     Checking jpeg-decoder v0.3.1
[INFO] [stderr]     Checking bit_field v0.10.2
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking zbus-lockstep v0.4.4
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking image-webp v0.2.0
[INFO] [stderr]     Checking libappindicator-sys v0.9.0
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking zune-jpeg v0.4.13
[INFO] [stderr]     Checking ravif v0.11.11
[INFO] [stderr]     Checking gif v0.13.1
[INFO] [stderr]    Compiling zbus-lockstep-macros v0.4.4
[INFO] [stderr]     Checking webbrowser v1.0.1
[INFO] [stderr]     Checking png v0.17.13
[INFO] [stderr]     Checking arboard v3.4.0
[INFO] [stderr]    Compiling embed-resource v2.5.1
[INFO] [stderr]     Checking smithay-clipboard v0.7.2
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking is-docker v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking is-wsl v0.4.0
[INFO] [stderr]    Compiling padpad-software v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking libudev v0.3.0
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.3
[INFO] [stderr]    Compiling document-features v0.2.10
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking unescaper v0.1.5
[INFO] [stderr]     Checking image v0.25.5
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]     Checking xkbcommon v0.8.0
[INFO] [stderr]     Checking is-terminal v0.4.12
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]     Checking egui_glow v0.30.0
[INFO] [stderr]     Checking chrono v0.4.39
[INFO] [stderr]     Checking enigo v0.3.0
[INFO] [stderr]     Checking serialport v4.4.0
[INFO] [stderr]     Checking open v5.3.1
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking atspi-common v0.6.0
[INFO] [stderr]     Checking cairo-rs v0.18.5
[INFO] [stderr]     Checking atk v0.18.0
[INFO] [stderr]     Checking atspi-proxies v0.6.0
[INFO] [stderr]     Checking accesskit_atspi_common v0.10.1
[INFO] [stderr]     Checking atspi-connection v0.6.0
[INFO] [stderr]     Checking atspi v0.22.0
[INFO] [stderr]     Checking accesskit_unix v0.13.1
[INFO] [stderr]     Checking accesskit_winit v0.23.1
[INFO] [stderr]     Checking egui-winit v0.30.0
[INFO] [stderr]     Checking eframe v0.30.0
[INFO] [stderr]     Checking gdk-pixbuf v0.18.5
[INFO] [stderr]     Checking pango v0.18.3
[INFO] [stderr]     Checking gdk v0.18.0
[INFO] [stderr]     Checking libappindicator v0.9.0
[INFO] [stderr]     Checking tray-item v0.10.0
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/application.rs:411:47
[INFO] [stdout]     |
[INFO] [stdout] 411 | ...                   egui::Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]     |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/application.rs:467:51
[INFO] [stdout]     |
[INFO] [stdout] 467 |                         .stroke(egui::Stroke::new(1.0, Color::WHITE)),
[INFO] [stdout]     |                                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/application.rs:565:39
[INFO] [stdout]     |
[INFO] [stdout] 565 |                     egui::Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]     |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/application.rs:623:39
[INFO] [stdout]     |
[INFO] [stdout] 623 |                     egui::Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]     |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/application.rs:411:47
[INFO] [stdout]     |
[INFO] [stdout] 411 | ...                   egui::Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]     |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/application.rs:467:51
[INFO] [stdout]     |
[INFO] [stdout] 467 |                         .stroke(egui::Stroke::new(1.0, Color::WHITE)),
[INFO] [stdout]     |                                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/application.rs:565:39
[INFO] [stdout]     |
[INFO] [stdout] 565 |                     egui::Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]     |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/application.rs:623:39
[INFO] [stdout]     |
[INFO] [stdout] 623 |                     egui::Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]     |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:2246:41
[INFO] [stdout]      |
[INFO] [stdout] 2246 |                     .stroke(Stroke::new(1.0, Color::RED))
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:2246:41
[INFO] [stdout]      |
[INFO] [stdout] 2246 |                     .stroke(Stroke::new(1.0, Color::RED))
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:3204:41
[INFO] [stdout]      |
[INFO] [stdout] 3204 | ...                   Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:3561:39
[INFO] [stdout]      |
[INFO] [stdout] 3561 |                     egui::Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:3947:41
[INFO] [stdout]      |
[INFO] [stdout] 3947 | ...                   Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:4087:41
[INFO] [stdout]      |
[INFO] [stdout] 4087 | ...                   Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:4270:39
[INFO] [stdout]      |
[INFO] [stdout] 4270 |                     egui::Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:4432:82
[INFO] [stdout]      |
[INFO] [stdout] 4432 |                     style.visuals.widgets.noninteractive.bg_stroke = Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                                                                  ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:4810:59
[INFO] [stdout]      |
[INFO] [stdout] 4810 | ...                   egui::Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:4894:39
[INFO] [stdout]      |
[INFO] [stdout] 4894 |                     egui::Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:5206:45
[INFO] [stdout]      |
[INFO] [stdout] 5206 | ...                   2.0,
[INFO] [stdout]      |                       ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:5239:45
[INFO] [stdout]      |
[INFO] [stdout] 5239 | ...                   2.0,
[INFO] [stdout]      |                       ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:5353:39
[INFO] [stdout]      |
[INFO] [stdout] 5353 |                     egui::Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:3204:41
[INFO] [stdout]      |
[INFO] [stdout] 3204 | ...                   Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:5492:39
[INFO] [stdout]      |
[INFO] [stdout] 5492 |                     egui::Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:5905:39
[INFO] [stdout]      |
[INFO] [stdout] 5905 |                     egui::Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:3561:39
[INFO] [stdout]      |
[INFO] [stdout] 3561 |                     egui::Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:3947:41
[INFO] [stdout]      |
[INFO] [stdout] 3947 | ...                   Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/dashboard/application/theme.rs:70:39
[INFO] [stdout]    |
[INFO] [stdout] 70 |             stroke: egui::Stroke::new(1.0, Color::ACCENT.gamma_multiply(0.15)),
[INFO] [stdout]    |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/dashboard/application/widgets.rs:98:21
[INFO] [stdout]    |
[INFO] [stdout] 98 |                     1.0,
[INFO] [stdout]    |                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:111:25
[INFO] [stdout]     |
[INFO] [stdout] 111 |             Stroke::new(1.0, Color32::from_gray(40)),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:219:21
[INFO] [stdout]     |
[INFO] [stdout] 219 |                     1.0,
[INFO] [stdout]     |                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:230:25
[INFO] [stdout]     |
[INFO] [stdout] 230 |             Stroke::new(1.5, Color32::from_gray(40)),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:238:61
[INFO] [stdout]     |
[INFO] [stdout] 238 |             .add(PathShape::line(filled_points, Stroke::new(3.0, color)));
[INFO] [stdout]     |                                                             ^^^ help: explicitly specify the type as `f32`: `3.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:244:25
[INFO] [stdout]     |
[INFO] [stdout] 244 |             Stroke::new(1.0, Color32::from_gray(40)),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:294:25
[INFO] [stdout]     |
[INFO] [stdout] 294 |             Stroke::new(2.0, Color32::from_gray(60)),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:302:25
[INFO] [stdout]     |
[INFO] [stdout] 302 |             Stroke::new(2.0, Color32::from_rgb(200, 200, 200)),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:4087:41
[INFO] [stdout]      |
[INFO] [stdout] 4087 | ...                   Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:317:64
[INFO] [stdout]     |
[INFO] [stdout] 317 |             .line_segment([center, indicator_end], Stroke::new(2.0, Color32::WHITE));
[INFO] [stdout]     |                                                                ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:322:25
[INFO] [stdout]     |
[INFO] [stdout] 322 |             Stroke::new(1.0, Color32::from_gray(180)),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:350:57
[INFO] [stdout]     |
[INFO] [stdout] 350 |                 .line_segment([start, end], Stroke::new(1.0, Color32::from_gray(180)));
[INFO] [stdout]     |                                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:360:29
[INFO] [stdout]     |
[INFO] [stdout] 360 |                 Stroke::new(1.0, Color32::from_gray(140 + (i * 20))),
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:378:29
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 Stroke::new(1.0, Color32::from_gray(100)),
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:387:61
[INFO] [stdout]     |
[INFO] [stdout] 387 |             .add(PathShape::line(filled_points, Stroke::new(2.5, color)));
[INFO] [stdout]     |                                                             ^^^ help: explicitly specify the type as `f32`: `2.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:394:25
[INFO] [stdout]     |
[INFO] [stdout] 394 |             Stroke::new(2.0, Color32::from_gray(60)),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:411:57
[INFO] [stdout]     |
[INFO] [stdout] 411 |                 .line_segment([start, end], Stroke::new(1.0, Color32::from_gray(140)));
[INFO] [stdout]     |                                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:426:25
[INFO] [stdout]     |
[INFO] [stdout] 426 |             Stroke::new(2.5, Color32::from_rgb(60, 60, 60)),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `2.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:433:53
[INFO] [stdout]     |
[INFO] [stdout] 433 |             .circle_stroke(center, 4.0, Stroke::new(1.0, Color32::from_gray(180)));
[INFO] [stdout]     |                                                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:4270:39
[INFO] [stdout]      |
[INFO] [stdout] 4270 |                     egui::Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:590:56
[INFO] [stdout]     |
[INFO] [stdout] 590 |             .circle_stroke(center, radius, Stroke::new(1.5, Color32::from_gray(80)));
[INFO] [stdout]     |                                                        ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:608:57
[INFO] [stdout]     |
[INFO] [stdout] 608 |                 .line_segment([start, end], Stroke::new(2.0, Color32::from_gray(60)));
[INFO] [stdout]     |                                                         ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:614:25
[INFO] [stdout]     |
[INFO] [stdout] 614 |             Stroke::new(1.0, Color32::from_gray(100)),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:955:21
[INFO] [stdout]     |
[INFO] [stdout] 955 |         Stroke::new(1.0, Color::OVERLAY0),
[INFO] [stdout]     |                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:4432:82
[INFO] [stdout]      |
[INFO] [stdout] 4432 |                     style.visuals.widgets.noninteractive.bg_stroke = Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                                                                  ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:4810:59
[INFO] [stdout]      |
[INFO] [stdout] 4810 | ...                   egui::Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:4894:39
[INFO] [stdout]      |
[INFO] [stdout] 4894 |                     egui::Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:5206:45
[INFO] [stdout]      |
[INFO] [stdout] 5206 | ...                   2.0,
[INFO] [stdout]      |                       ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:5239:45
[INFO] [stdout]      |
[INFO] [stdout] 5239 | ...                   2.0,
[INFO] [stdout]      |                       ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:5353:39
[INFO] [stdout]      |
[INFO] [stdout] 5353 |                     egui::Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:5492:39
[INFO] [stdout]      |
[INFO] [stdout] 5492 |                     egui::Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/dashboard/application/application.rs:5905:39
[INFO] [stdout]      |
[INFO] [stdout] 5905 |                     egui::Stroke::new(1.0, Color::WHITE);
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/dashboard/application/theme.rs:70:39
[INFO] [stdout]    |
[INFO] [stdout] 70 |             stroke: egui::Stroke::new(1.0, Color::ACCENT.gamma_multiply(0.15)),
[INFO] [stdout]    |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/dashboard/application/widgets.rs:98:21
[INFO] [stdout]    |
[INFO] [stdout] 98 |                     1.0,
[INFO] [stdout]    |                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:111:25
[INFO] [stdout]     |
[INFO] [stdout] 111 |             Stroke::new(1.0, Color32::from_gray(40)),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:219:21
[INFO] [stdout]     |
[INFO] [stdout] 219 |                     1.0,
[INFO] [stdout]     |                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:230:25
[INFO] [stdout]     |
[INFO] [stdout] 230 |             Stroke::new(1.5, Color32::from_gray(40)),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:238:61
[INFO] [stdout]     |
[INFO] [stdout] 238 |             .add(PathShape::line(filled_points, Stroke::new(3.0, color)));
[INFO] [stdout]     |                                                             ^^^ help: explicitly specify the type as `f32`: `3.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:244:25
[INFO] [stdout]     |
[INFO] [stdout] 244 |             Stroke::new(1.0, Color32::from_gray(40)),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:294:25
[INFO] [stdout]     |
[INFO] [stdout] 294 |             Stroke::new(2.0, Color32::from_gray(60)),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:302:25
[INFO] [stdout]     |
[INFO] [stdout] 302 |             Stroke::new(2.0, Color32::from_rgb(200, 200, 200)),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:317:64
[INFO] [stdout]     |
[INFO] [stdout] 317 |             .line_segment([center, indicator_end], Stroke::new(2.0, Color32::WHITE));
[INFO] [stdout]     |                                                                ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:322:25
[INFO] [stdout]     |
[INFO] [stdout] 322 |             Stroke::new(1.0, Color32::from_gray(180)),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:350:57
[INFO] [stdout]     |
[INFO] [stdout] 350 |                 .line_segment([start, end], Stroke::new(1.0, Color32::from_gray(180)));
[INFO] [stdout]     |                                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:360:29
[INFO] [stdout]     |
[INFO] [stdout] 360 |                 Stroke::new(1.0, Color32::from_gray(140 + (i * 20))),
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:378:29
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 Stroke::new(1.0, Color32::from_gray(100)),
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:387:61
[INFO] [stdout]     |
[INFO] [stdout] 387 |             .add(PathShape::line(filled_points, Stroke::new(2.5, color)));
[INFO] [stdout]     |                                                             ^^^ help: explicitly specify the type as `f32`: `2.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:394:25
[INFO] [stdout]     |
[INFO] [stdout] 394 |             Stroke::new(2.0, Color32::from_gray(60)),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:411:57
[INFO] [stdout]     |
[INFO] [stdout] 411 |                 .line_segment([start, end], Stroke::new(1.0, Color32::from_gray(140)));
[INFO] [stdout]     |                                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:426:25
[INFO] [stdout]     |
[INFO] [stdout] 426 |             Stroke::new(2.5, Color32::from_rgb(60, 60, 60)),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `2.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:433:53
[INFO] [stdout]     |
[INFO] [stdout] 433 |             .circle_stroke(center, 4.0, Stroke::new(1.0, Color32::from_gray(180)));
[INFO] [stdout]     |                                                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:590:56
[INFO] [stdout]     |
[INFO] [stdout] 590 |             .circle_stroke(center, radius, Stroke::new(1.5, Color32::from_gray(80)));
[INFO] [stdout]     |                                                        ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:608:57
[INFO] [stdout]     |
[INFO] [stdout] 608 |                 .line_segment([start, end], Stroke::new(2.0, Color32::from_gray(60)));
[INFO] [stdout]     |                                                         ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:614:25
[INFO] [stdout]     |
[INFO] [stdout] 614 |             Stroke::new(1.0, Color32::from_gray(100)),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/dashboard/application/widgets.rs:955:21
[INFO] [stdout]     |
[INFO] [stdout] 955 |         Stroke::new(1.0, Color::OVERLAY0),
[INFO] [stdout]     |                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 50s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: glutin v0.32.1, glutin-winit v0.5.0, nix v0.29.0, winit v0.30.5
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "0cd6c7027e8be5b2fb292f531fd07e026c958e592e6a742b958ba2bb9e35556e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0cd6c7027e8be5b2fb292f531fd07e026c958e592e6a742b958ba2bb9e35556e", kill_on_drop: false }`
[INFO] [stdout] 0cd6c7027e8be5b2fb292f531fd07e026c958e592e6a742b958ba2bb9e35556e
